Meshtastic App
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Meshtastic App
Meshtastic App
/
com.geeksville.mesh
/
[androidJvm]ModuleSettingsKt
/
Dsl
Dsl
class
Dsl
Members
Types
Companion
Link copied to clipboard
object
Companion
Properties
is
Client
Muted
Link copied to clipboard
@get:
JvmName
(
name
=
"getIsClientMuted"
)
@set:
JvmName
(
name
=
"setIsClientMuted"
)
var
isClientMuted
:
Boolean
bool is_client_muted = 2;
position
Precision
Link copied to clipboard
@get:
JvmName
(
name
=
"getPositionPrecision"
)
@set:
JvmName
(
name
=
"setPositionPrecision"
)
var
positionPrecision
:
Int
uint32 position_precision = 1;
Functions
clear
Is
Client
Muted
Link copied to clipboard
fun
clearIsClientMuted
(
)
bool is_client_muted = 2;
clear
Position
Precision
Link copied to clipboard
fun
clearPositionPrecision
(
)
uint32 position_precision = 1;